home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.xml.AttributeDeclaration;
- import java.util.Vector;
-
- class AggregateAttributeDecl$6 implements AggregateAttributeDecl.Operation {
- // $FF: synthetic field
- final Vector val$enums;
- // $FF: synthetic field
- final AggregateAttributeDecl this$0;
-
- public void performOperation(AttributeDeclaration var1) {
- if (this.this$0.getGlobal() == null || this.this$0.nullEquals(this.this$0.getGlobal().getChoices(), var1.getChoices())) {
- var1.setChoices(this.val$enums);
- }
-
- }
-
- AggregateAttributeDecl$6(Vector var1, AggregateAttributeDecl var2) {
- this.val$enums = var1;
- this.this$0 = var2;
- }
- }
-